summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/APIDump/APIDesc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Server/Plugins/APIDump/APIDesc.lua')
-rw-r--r--Server/Plugins/APIDump/APIDesc.lua13
1 files changed, 12 insertions, 1 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua
index 9cf43c6a3..329bfd9ee 100644
--- a/Server/Plugins/APIDump/APIDesc.lua
+++ b/Server/Plugins/APIDump/APIDesc.lua
@@ -7909,6 +7909,17 @@ end
Notes = "Adds a new item to the end of the collection",
},
},
+ AddItemGrid =
+ {
+ Params =
+ {
+ {
+ Name = "ItemGrid",
+ Type = "cItemGrid",
+ },
+ },
+ Notes = "Adds a copy of each item in the specified {{cItemGrid|ItemGrid}}.",
+ },
Clear =
{
Notes = "Removes all items from the collection",
@@ -7921,7 +7932,7 @@ end
Type = "cItems",
},
},
- Notes = "Creates a new cItems object",
+ Notes = "Creates a new empty cItems object",
},
Contains =
{